Revision: wmaker--cvs--0--patch-1445
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Fri Oct 29 09:58:18 MSD 2004
Standard-date: 2004-10-29 05:58:18 GMT
Removed-files: WPrefs.app/.arch-ids/font.data.id
    WPrefs.app/font.data
Modified-files: FAQ.I18N FAQ.I18N.cs FAQ.I18N.sk TODO
    WINGs/Tests/wtest.c WINGs/WINGs/WINGs.h WINGs/wfont.c
    WPrefs.app/Expert.c WPrefs.app/Focus.c
    WPrefs.app/WPrefs.c WindowMaker/Defaults/WMGLOBAL
    WindowMaker/Defaults/WindowMaker.in
    WindowMaker/Styles/Autumn.style
    WindowMaker/Styles/Black.style
    WindowMaker/Styles/BlackTexture.style
    WindowMaker/Styles/Blue.style
    WindowMaker/Styles/BlueDawn.style
    WindowMaker/Styles/BlueishGreen.style
    WindowMaker/Styles/Brown.style
    WindowMaker/Styles/Brownish.style
    WindowMaker/Styles/Chumbo.style
    WindowMaker/Styles/Copper.style
    WindowMaker/Styles/DarkBlue.style
    WindowMaker/Styles/DarkRed.style
    WindowMaker/Styles/Emerald.style
    WindowMaker/Styles/Fire.style
    WindowMaker/Styles/Food.style
    WindowMaker/Styles/Golden.style
    WindowMaker/Styles/Green.style
    WindowMaker/Styles/GreyBlue.style
    WindowMaker/Styles/Gtk.style
    WindowMaker/Styles/IRednBlue.style
    WindowMaker/Styles/Interlace.style
    WindowMaker/Styles/LightBlue.style
    WindowMaker/Styles/NewBlue.style
    WindowMaker/Styles/NightSky.style
    WindowMaker/Styles/Pastel.style
    WindowMaker/Styles/Pink.style
    WindowMaker/Styles/Pumpkin.style
    WindowMaker/Styles/Purple.style
    WindowMaker/Styles/Purplish.style
    WindowMaker/Styles/Red.style
    WindowMaker/Styles/RednBlue.style
    WindowMaker/Styles/Spring.style
    WindowMaker/Styles/Summer.style
    WindowMaker/Styles/Traditional.style
    WindowMaker/Styles/VioletBlue.style
    WindowMaker/Themes/Default.style
    WindowMaker/Themes/OpenStep.style
    WindowMaker/Themes/Pastel.style
    WindowMaker/Themes/SteelBlueSilk.style src/dialog.c
    src/wconfig.h.in
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-1445
Summary: - If fonts are specified as xlfd, convert to fc names b...
CSCVSID: MAIN.1446
Keywords: cscvs:MAIN-1446

Author: dan
Date: 2004/10/22 00:21:51
- If fonts are specified as xlfd, convert to fc names before creating them.
This was we internally only deal with fc names and properties. It will
incur a small performance hit as the font needs to be parsed/unparsed,
but this is only for backward-compatibility to support old xlfd names.
People are encouraged to swtich to fontconfig names.
- WINGs no longer adds sans as a fallback for internal fonts. It is
automatically done by fontconfig (if it can't find the requested font
it will use the closest match which is the default font: sans-serif)
- Added code to honor the AntialiasesText global option
- Fixed style names for WMCopyFontWithStyle()
- Added fonts in style files where they were missing. Also changed some
fonts to better defaults.
